home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIRLOADERRORDIALOG / TDIRLOADERRORDIALOG.txt
Text File  |  2008-11-03  |  984b  |  51 lines

  1. inherited DirLoadErrorDialog: TDirLoadErrorDialog
  2.   Caption = 'Folder Not Available'
  3.   ClientHeight = 71
  4.   ClientWidth = 353
  5.   OnCreate = FormCreate
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object PathBrowseBtn: TUiBrowseSpeedButton
  9.     Left = 320
  10.     Top = 8
  11.     Hint = 'Browse'
  12.     BrowseComboBox = PathEdit
  13.   end
  14.   object PathEdit: TUiBrowseComboBox
  15.     Left = 8
  16.     Top = 8
  17.     Width = 305
  18.     Height = 21
  19.     ItemHeight = 13
  20.     TabOrder = 0
  21.     DirsOnly = True
  22.     OnBrowse = PathBrowse
  23.   end
  24.   object CreateBtn: TUiButton
  25.     Left = 8
  26.     Top = 40
  27.     Caption = '&Create'
  28.     TabOrder = 1
  29.     OnClick = CreateClick
  30.     AutoSize = asLeft
  31.   end
  32.   object RetryBtn: TUiButton
  33.     Left = 192
  34.     Top = 40
  35.     Caption = '&Retry'
  36.     Default = True
  37.     ModalResult = 4
  38.     TabOrder = 2
  39.     AutoSize = asRight
  40.   end
  41.   object CancelBtn: TUiButton
  42.     Left = 272
  43.     Top = 40
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 3
  48.     AutoSize = asRight
  49.   end
  50. end
  51.